home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / rayfiles / rsdefs / defs.rh
Text File  |  1994-08-09  |  1KB  |  41 lines

  1. /************************************************************************
  2.  *
  3.  *      Defs.rh
  4.  *
  5.  *      This is the top level #include file for the Rayshade Standard
  6.  *    Header Files.  It defines the constants, and #includes the
  7.  *    other header files in the package.
  8.  *
  9.  *    Please do not edit this file, or any of the other files in
  10.  *    this package!  Make additions to these in your own separate
  11.  *    file.  If you think you have something that should be added
  12.  *    permanently, please send it to Larry Coffin and/or David
  13.  *    DeBry (email addresses listed below).  If we include it in
  14.  *    the next release, we'll put your name in the contributor's
  15.  *    list.
  16.  *
  17.  *      Contributors (in alphabetical order):
  18.  *          Larry Coffin <lcoffin@clciris.chem.umr.edu>
  19.  *          David DeBry <ddebry@dsd.es.com>
  20.  */
  21.  
  22. #ifndef RSHF_DEFS
  23. #define RSHF_DEFS
  24.  
  25. /************************************************************************
  26. * Including other Rayshade header files
  27. */
  28.  
  29. /*#define RSDEFS /usr/people/c/lcoffin/include/rsdefs*/
  30. #define RSDEFS .
  31.  
  32. #include "Macros/stdconst.rh"
  33. #include "Macros/stdmacros.rh"
  34. #include "Views/stdviews.rh"
  35. #include "Surfaces/stdsurf.rh"
  36. #include "Textures/stdtxtr.rh"
  37. #include "Objects/objs.rh"
  38.  
  39. #endif /* ifndef RSHF_DEFS */
  40.  
  41.